home *** CD-ROM | disk | FTP | other *** search
/ The Macintosh Demo Applications CD / Apple-MacintoshDemoApplicationsCD-1.0-1992.iso / More Information / QuicKeys / For Programmers Only.sea / Pascal Examples / SampleUI.a < prev    next >
Text File  |  1991-06-22  |  1KB  |  37 lines

  1. ;    $Workfile$
  2. ;    $Revision$
  3.     
  4. ;    sound user interface glue
  5. ;    needed because MPW pascal generates code for imbeded functions/procedures
  6. ;    before it generates code for the main routine
  7.  
  8. ;      © 1990 CE Software, Inc. All rights reserved.
  9.  
  10. ;    For QuicKeys 2 Extension Sample source code you have a royalty-free right
  11. ;    to include object code derived from this Sample source code in programs
  12. ;    that you develop.  You also have the right to use, distribute, and license
  13. ;    such programs to third parties without payment of any further license fees
  14. ;    to CE Software, Inc., so long as a copyright notice sufficient to protect
  15. ;    your copyright for your software in the United States or any other country;
  16. ;    is included in the graphic display of your software and on the labels
  17. ;    affixed to the media on which your software is distributed.
  18.  
  19. ;    REVISION HISTORY:
  20.  
  21. ;    WHEN    WHO        WHAT
  22. ;•••••
  23. ;    8/27    MKG        Created file
  24. ;•••••
  25.             BLANKS        ON
  26.             STRING        ASIS
  27.             PRINT    OFF
  28.             INCLUDE 'ToolEqu.a'
  29.             INCLUDE 'SysEqu.a'
  30.             INCLUDE 'Traps.a'
  31.             PRINT    ON
  32.  
  33. ExtensionUI    Main    Entry
  34.             import    main
  35.             bra    main
  36.             end
  37.